(texinfo-section-types-regexp): Define here.
authorRichard M. Stallman <rms@gnu.org>
Thu, 20 May 1993 14:11:44 +0000 (14:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 20 May 1993 14:11:44 +0000 (14:11 +0000)
lisp/textmodes/texinfo.el

index e42aa1f1bf3959ce3a03a331c7a90616712b0edf..56ec52b4d1e7a49ea467e5787eb21f1e1b88463f 100644 (file)
@@ -274,10 +274,10 @@ value of texinfo-mode-hook."
 \f
 ;;; Texinfo file structure
 
-; The following is defined in `texnfo-upd.el'
-(defvar texinfo-section-types-regexp
-  "^@\\(chapter \\|sect\\|sub\\|unnum\\|major\\|heading \\|appendix\\)"
-  "Regexp matching chapter, section, other headings (but not the top node).")
+;; This is also defined in `texnfo-upd.el'.
+(defvar texinfo-section-types-regexp
+  "^@\\(chapter \\|sect\\|sub\\|unnum\\|major\\|heading \\|appendix\\)"
+  "Regexp matching chapter, section, other headings (but not the top node).")
 
 (defun texinfo-show-structure (&optional nodes-too) 
   "Show the structure of a Texinfo file.